TFileLabel v1.01
Component for Delphi 2.0
Last modified: 97/03/01

* Author:
Patrick Brisacier
e-mail: PBrisacier@mail.dotcom.fr
www: http://myweb.worldnet.net/~cycocrew/delphi

* Purpose:
Display a filename with path and drive letter on a label without cutting the 
filename. If the width of the label is too small TFileLabel hide some 
directories and replace them by '...'.

Example: TFileLabel display 'C:\WINDOWS\SYSTEM\FOO.DLL' with one of the 
following string depend on the width of the label.
      	'C:\WINDOWS\SYSTEM\FOO.DLL'
	'C:\...\SYSTEM\FOO.DLL'
	'C:\...\FOO.DLL'
	'...\FOO.DLL'
	'FOO.DLL'

* Revision History:
  1.00:	+ Initial release
  1.01:	+ Modified by Patrick Brisacier
	+ Fix the problem with font : when we change font now the caption is
	  recalculated
